Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #115 +/- ##
==========================================
- Coverage 97.55% 97.14% -0.41%
==========================================
Files 26 26
Lines 2942 2941 -1
Branches 398 398
==========================================
- Hits 2870 2857 -13
- Misses 45 57 +12
Partials 27 27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR performs a comprehensive rebranding from NREL (National Renewable Energy Laboratory) to NLR (National Laboratory of the Rockies), updating all references throughout the codebase. It also pins several key dependencies to specific versions and updates GitHub Actions to use commit SHA references for enhanced security.
Changes:
- Rebranded package name from "NREL-gaps" to "NLR-GAPs" and updated all URLs, documentation, and references
- Updated dependency package "nrel-rex" to "NLR-rex" and bumped version to 0.5.0
- Pinned numpy and pandas versions with upper bounds (<3) and updated ruff to >=0.14.14
- Migrated PyPI publishing to Trusted Publishing for improved security
- Updated GitHub Actions to use commit SHA references with version comments
- Modernized code patterns (e.g., Path.read_text() instead of context manager)
Reviewed changes
Copilot reviewed 30 out of 31 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tox.ini | Updated rex dependency to nlr-rex>=0.5.0 |
| pyproject.toml | Complete rebranding: package name, URLs, dependencies, pixi configuration, and pinned versions |
| gaps/status.py | Updated HPC documentation comments from NREL to NLR |
| gaps/log.py | Updated GitHub URL reference in docstring |
| gaps/collection.py | Modernized file reading using Path.read_text() |
| gaps/cli/documentation.py | Updated documentation URL reference |
| gaps/cli/config.py | Improved code formatting with parentheses for multi-line string |
| examples/example_users.rst | Updated all GitHub URLs, documentation links, and contact email |
| examples/example_developers.rst | Updated all GitHub URLs, documentation links, and contact email |
| docs/source/dev/README.rst | Updated contact email |
| docs/source/conf.py | Updated copyright, author, GitHub config, and rex intersphinx URL |
| README.rst | Updated all badges, URLs, and documentation links |
| LICENSE | Updated copyright year and organization |
| INSTALL.rst | Updated PyPI package name and GitHub URLs |
| Apptainer | Updated maintainer email and GitHub URL |
| .github/workflows/*.yml | Pinned actions to commit SHAs, updated pixi versions, migrated to Trusted Publishing |
| .github/ISSUE_TEMPLATE/*.yaml | Updated documentation URLs and organization references |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update to new name and pin a few deps